Welcome![Sign In][Sign Up]
Location:
Search - edge hough matlab

Search list

[Exploithoughsearchcircle

Description: 文件给出了matlab语言进行,对二值图像先用sobel 算子找出边缘,再用hough变换找出圆的圆心和半径的程序,并附图像和解释!-documents given Matlab language, the binary image segmentation using the operator to identify the edge then Hough transform to identify the center of a circle and the circle radius of the procedure, with images and explanation!
Platform: | Size: 13312 | Author: image | Hits:

[Special Effectscolor_model_change_matlab

Description: 西安交通大学开的《图象处理》的课,用的课本是章毓晋老师编的《图象工程》上册,既《图象处理和分析》,我本科期间学的这门课,这是用MATLAB所做的作业源程序,包括颜色模型转换成,直方图转换,图象分割,边缘检测,hough变换(哈夫变换),图象表达等。-Xi'an Jiaotong University opened the "image processing" of the class, Textbooks are used in Yu-Jin Zhang teachers are "image projects" on the list, both "image processing and analysis" During my undergraduate study of this course, this is done using MATLAB source operations, including the color model conversion. Histogram conversion, image segmentation, edge detection, hough transform (Hough transform), image expression.
Platform: | Size: 328704 | Author: myname | Hits:

[matlabCircleDetectionArithmetic

Description: 在Matlab上基于Hough变换开发的快速圆检测方法,可应用到虹膜图象的检测中,完成对虹膜内、外边缘的定位。 -in Matlab Hough transform based on the rapid development of a round detection method can be applied to the detection of iris image, the completion of the iris, outside edge positioning.
Platform: | Size: 1024 | Author: djksdf | Hits:

[Special EffectsEdge_Detection_and_Segmentation

Description: 边缘检测与分割源代码 edgedetect.m, houghtr.m, quadtree.m, regrow.m, sobeledge.m, straightline.m, thresh.m, watersd.m 算法包括Prewitt、Roberts、Log、Canny、Sobel算子实现边缘检测,基于Hough变换的直线检测,4叉树区域分割,分水岭分割。(算法对应源文件名)-Edge Detection and Segmentation of the source code edgedetect.m, houghtr.m, quadtree.m, regrow.m, sobeledge.m, straightline.m, thresh.m, watersd.m algorithm includes Prewitt, Roberts, Log, Canny, Sobel Operator realize edge detection, Hough Transform-based line detection, 4-tree region segmentation, watershed segmentation. (Algorithm for the corresponding source file name)
Platform: | Size: 6144 | Author: major | Hits:

[Graph Recognizeeyedemo

Description: 包括整个虹膜识别的预处理部分,分为多个函数部分,即简单图像增强,Canny算子提取边缘,Hough变换定位内外圆形边界进行风格,以及最后的归一化 -- 将圆环展为矩形。附带几张图像及自制的界面程序,并不是很完善,但整体的预处理任务已经较好的完成,如果进一步提高性能,可以先把Hough变换改为最小二乘拟和算法。-Cover the whole iris recognition pre-processing part is divided into multiple function part, that is, a simple image enhancement, Canny operator edge extraction, Hough transform internal and external circular positioning border style, and finally normalized Circle exhibition will be rectangular. Fringe images and made a few interface procedures, is not very perfect, but the overall pre-processing tasks have been better to complete, if further improve performance, first Hough transform can be replaced by least squares fitting algorithm.
Platform: | Size: 118784 | Author: 李杨 | Hits:

[Special Effectshough

Description: 霍夫变换是一个非常有用的算法,可以检测直线、圆、椭圆等等,也可以进行边缘连接。-Hough transform is a very useful algorithm, can detect a straight line, round, oval, etc., can also be connected to the edge.
Platform: | Size: 98304 | Author: 格子 | Hits:

[Special Effectshough_circle

Description: 利用hough做边缘检测use hough charge round in matlab,-Edge detection using hough make use hough charge round in matlab,
Platform: | Size: 1024 | Author: 吴鼎 | Hits:

[Special Effectsmatlab_hough

Description: 基于霍夫变换开发一种较通用的快速圆检测方法,并将之应用到虹膜图象的检测中,完成对虹膜内、外边缘的定位。-Hough transform based on the development of a more general-purpose fast circle detection methods, and to apply it to the detection of iris images, the completion of the iris inner and outer edge of the positioning.
Platform: | Size: 1024 | Author: liming0028 | Hits:

[Graph programImageProcess

Description: 图像处理的基本方法源代码,包括:正交变换 , 傅里叶变换,离散余弦变换,沃尔什变换 ,卷积,平滑与锐化,边缘增强,Sobel边缘检测和Hough边缘检测, 反转,腐蚀与膨胀,开与闭,边缘提取, 细化,增强CDib等-The basic method of image processing source code, including: orthogonal transform, Fourier transform, discrete cosine transform, Walsh transform, convolution, smoothing and sharpening, edge enhancement, Sobel edge detection and Hough edge detection, inversion, corrosion and expansion of open and closed, edge extraction, refining and enhancing such CDib
Platform: | Size: 17408 | Author: 赵堃 | Hits:

[Special Effectshough

Description: hough算子边缘检测M文件,hough函数-hough operator M document edge detection, hough function
Platform: | Size: 4096 | Author: tsai | Hits:

[Graph programhough

Description: 这是基于图像处理,用MATLAB编程,对知道图像进行边缘提取和hough线链接的程序-This is based on image processing, using MATLAB programming, to know that the image edge detection and hough line procedure link
Platform: | Size: 1024 | Author: 周源 | Hits:

[Software Engineeringbwl

Description: 图像像素级边缘检测程序,主要基于soble算子与Hough变换-Image pixel level edge detection process, the major operator and soble based on Hough transform
Platform: | Size: 1024 | Author: 潘明雷 | Hits:

[matlabHoughObject

Description: Circles We can extend the Hough transform to other shapes that can be expressed parametrically. For example, a circle of fixed radius can be described fully by the location of its center (x, y). Think of each feature (edge) point on the circle as saying, ”if I’m on the circle, the center must be in one of these places”. It turns out that the locus of these votes is itself a circle. But what about circles of unknown size? In this case, we need a third parameter: the radius of the circle. So, we can parameterize circles of arbitrary size by (x, y, r). Instead of casting votes in a circular pattern into a two-dimensional accumulator, we cast votes in circles of successively larger size in a three-dimensional accumulator.
Platform: | Size: 104448 | Author: mina | Hits:

[Bookshough

Description: 用于图像的边缘检测,对不同的物体的边缘进行检测-Image edge detection of objects of different edge detection
Platform: | Size: 1024 | Author: yuer | Hits:

[matlabhough

Description: 对 二值图像进行霍夫变换 找出圆来,即找到圆心和半径,再将圆画出来- houghcircle- takes an edge map image, and performs the Hough transform for finding circles in the image.
Platform: | Size: 1024 | Author: huang | Hits:

[matlabhoughcircle

Description: This code is to implement hough transform. used in edge linking
Platform: | Size: 2048 | Author: Selva | Hits:

[Graph RecognizeEdge-detection-

Description: 边缘检测和hough 变换实现边缘检测MATLAB-Edge detection and hough transform edge detection MATLAB
Platform: | Size: 6144 | Author: 高蓉 | Hits:

[Special Effectshoughbianhuan

Description: 对图像进行边缘提取,能够对图像边缘提取更加精确,判断图像缺陷的位置(Hough can be able to extract more accurate image edge, and judge the position of image defect)
Platform: | Size: 11264 | Author: 袋子没有糖糖 | Hits:

[OtherMATLAB实用源代码

Description: 1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5. 线性平滑滤波器 6.中值滤波器 7.用Sobel算子和拉普拉斯对图像锐化:8.梯度算子检测边缘 9.LOG算子检测边缘 10.Canny算子检测边缘 11.边界跟踪 (bwtraceboundary函数)12.Hough变换 13.直方图阈值法 14. 自动阈值法:Otsu法 15.膨胀操作 16.腐蚀操作 17.开启和闭合操作 18.开启和闭合组合操作 19.形态学边界提取 20.形态学骨架提取 21.直接提取四个顶点坐标 22.文件打开窗口(1. image reversal 2. gray linear transform 3. nonlinear transform 4. histogram equalization 5. linear smoothing filter 6. median filter 7. image sharpening on Sobel edge detection operator and Laplasse: 8. gradient edge detection operator 9.LOG edge detection operator 10.Canny operator 11. boundary tracking (bwtraceboundary function) 12.Hough transform 13. histogram thresholding method 14. threshold method: Otsu method the 15. expansion operation 16. corrosion operation 17. opening and closing operation of the 18. opening and closing combination operation 19. morphological edge extraction 20. morphological skeleton extraction 21. direct extraction of four vertex coordinates 22. file open window)
Platform: | Size: 113664 | Author: 春天里的野百合 | Hits:

[Special EffectsMATLAB hough变换答题卡识别(GUI,配论文)

Description: 本课题为基于MATLAB的不变矩答题卡识别。可识别学号,学科,答案,并进行分数统计,以及判断是否及格。后台可设置标准excel答案。经过灰度变换形成灰度图像、二值化处理、图像滤波、边缘检测、hough变换等预处理。带GUI交互式界面。(This topic is based on MATLAB moment invariant answer card recognition. Can identify student number, subject, answer, and carry out score statistics, as well as judge whether pass. Standard excel answers can be set in the background. After gray-scale transformation, gray-scale image, binary processing, image filtering, edge detection, Hough transform and other preprocessing are formed. With GUI interactive interface.)
Platform: | Size: 3465216 | Author: www.wobishe.com | Hits:
« 12 3 4 »

CodeBus www.codebus.net